# 0 - Pre-War Dive Bomber (Hs-123)
model = {
	cost 						= 6
	buildtime					= 160
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 250
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 2
	airdefence					= 1
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 2
	range						= 170
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 1 - Basic Dive Bomber (Ju-87B Stuka)
model = {
	cost 						= 7
	buildtime					= 160
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 390
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 4
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 5
	navalattack					= 4
	range						= 200
	supplyconsumption 			= 2.5
	fuelconsumption				= 2
}
# 2 - Improved Dive Bomber (IL-2M3 Stormovik)
model = {
	cost 						= 8
	buildtime					= 160
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 410
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 6
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 8
	navalattack					= 6
	range						= 230
	supplyconsumption 			= 2.5
	fuelconsumption				= 2
}
# 3 - Turbojet Dive Bomber
model = {
	cost 						= 10
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 850
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 12
	airattack					= 6
	strategicattack				= 0
	tacticalattack				= 10
	navalattack					= 8
	range						= 200
	supplyconsumption 			= 3
	fuelconsumption				= 4
}

